home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 61
/
Volume 61 - JOGO DISK .iso
/
Games
/
hello_kitty.swf
/
scripts
/
DefineButton2_132
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-03-13
|
483b
|
21 lines
on(release){
if(email == "")
{
no1.gotoAndPlay(2);
}
if(femail == "")
{
no2.gotoAndPlay(2);
}
if(message == "")
{
no3.gotoAndPlay(2);
}
if(email != "" and femail != "" and message != "")
{
finalscore = _root.score;
loadVariablesNum("http://www.hyperlaunch.com/cgi-bin/hellokitty/send.pl?email=" + email + "&femail=" + femail + "&message=" + message + "&score=" + finalscore,10);
play();
}
}